home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 027a / proerr2.zip / PRO2EROR.DIC < prev    next >
Text File  |  1991-08-02  |  1KB  |  42 lines

  1.  
  2. Structure for database: PRO2EROR.DBF
  3.  
  4. Field  Field Name  Type       Width    Dec    Description
  5. ═════  ══════════  ══════════ ═════    ═══    ══════════════════════════
  6.     1  ER_NO       Numeric        5           Error message number 
  7.  
  8.     2  ER_MSG      Character     80           Contents of error message 
  9.  
  10.     3  KODE        Character    120          *Contents of line of code 
  11.                             that generated the error
  12.  
  13.     4  LINE_NO     Numeric       18          *Number of line of code that
  14.                             generated the error 
  15.  
  16.     5  MMODUL      Character     80           Module containing the code that
  17.                         generated the error
  18.   
  19.     6  DDATE       Date           8           Date the error was generated 
  20.  
  21.     7  TTIME       Character      8           Time the error was generated 
  22.  
  23.     8  LAN_USER    Character     12           Name of LAN user who generated
  24.                         the error.  This is obtained
  25.                         via the GETENV("USER") DOS
  26.                         environmental initialized
  27.                         in the majority of Novell
  28.                         log-in scripts.  It can also
  29.                         be created via a DOS SET
  30.                         statement:
  31.                             SET USER=PAT_ADAMS
  32.                           
  33.     9  NOTES       Memo          10           Information from LIST MEMORY
  34.                         and LIST DISPLAY are placed
  35.                         in this memo field. 
  36.  
  37. ** Total **                     342
  38.  
  39.  
  40.  
  41. * Only available if the source code resides in the same directory as
  42.   the compiled file.